Einhugur macOS Bridge plugin.

EinhugurVisionBridge.VNDetectTextRectanglesRequest Class

An image-analysis request that finds regions of visible text in an image.

EinhugurVisionBridge.VNImageBasedRequest
   VNDetectTextRectanglesRequest

class EinhugurVisionBridge.VNDetectTextRectanglesRequest

Constructors

VNDetectTextRectanglesRequestConstructor that takes no parameters.

Properties

ClassName (Inherited) (desktop - console) Returns the name of the Cocoa class under the hood as String.
ErrorMessage (Inherited) Returns the error message for when error occurred when request was performed.
Handle (Inherited) Returns Integer handle to the native NSObject structure.
HasError (Inherited) Returns true if error occurred when request was performed.
RegionOfInterest (Inherited) The region of the image in which Vision will perform the request.
ReportCharacterBoxesA Boolean value that indicates whether the request detects character bounding boxes.
ResultCountReturns the number of results found after the request has been processed.

Methods

shared CastDoes deep cast on incoming NSObject to VNDetectTextRectanglesRequest.
shared FromIntegerPtrConstructs VNDetectTextRectanglesRequest object from Integer handle coming from declares or 3rd party plugin.
shared IsVNDetectTextRectanglesRequestReturns true if the NSObject under the hood is VNDetectTextRectanglesRequest or derived from VNDetectTextRectanglesRequest.
Release (Inherited) Releases the NSObject.
ResultThe results of the request to find rectangular regions that contains text in an image.
Retain (Inherited) Retains the NSObject

Constants

Version = 5.0 (Inherited)

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • iOS
  • Unsupported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit